home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / Other Langs / Tickle-4.0 (tcl) / library / help / tcl / files / recursive_glob < prev    next >
Encoding:
Text File  |  1993-10-26  |  358 b   |  9 lines  |  [TEXT/$Tcl]

  1.  
  2.  
  3.           recursive_glob globlist
  4.                This procedure does the same thing as glob, except that
  5.                it recursively descends all the matched subdirectories,
  6.                returning a list of all the files that matched all pat-
  7.                tern  in  the  list  globlist.  This procedure does not
  8.                follow symbolic links.
  9.